Skip to main content
Glama
hyperspell

hyperspell-mcp

Official
by hyperspell

Search Hyperspell

Search documents and unstructured data to find specific information using AI-powered queries.

Instructions

Search Hyperspell for documents and data.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes

Implementation Reference

  • The handler function 'query' that executes the core logic of the 'Search Hyperspell' tool by querying the Hyperspell API and converting results to Document objects.
    def query(query: str) -> list[Document]: """Search Hyperspell for documents and data.""" r = mcp.api.query.search(query=query, collections=mcp.config.collection) return Document.from_pydantic(r.documents)
  • The decorator registering the 'query' function as the 'Search Hyperspell' tool with MCP server, specifying the tool name and description.
    @mcp.tool( name="Search Hyperspell", description="Search Hyperspell for documents and data." )

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/hyperspell/hyperspell-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server